Template Express/React app with with Jasmine and Zombie BDD testing built in.
git clone https://github.com/RaphaelDeLaGhetto/express-react-bdd-template.git
cd express-react-bdd-template && npm install
Run server:
npm start
In development mode, the server listens on port 3001
(i.e., go to http://localhost:3001
to view the app).
express-react-bdd-template
uses jasmine
and zombie
for testing:
npm test
Clone:
git clone https://github.com/RaphaelDeLaGhetto/express-react-bdd-template.git
In the application directory:
cd express-react-bdd-template
NODE_ENV=production npm install
NODE_ENV=production npm run build
The Dockerized production is meant to be deployed behind an nginx-proxy
/lets-encrypt
combo:
docker-compose -f docker-compose.prod.yml up -d
MIT