docker build -t devldn.ca .
Environment Variables
PORT=5000 HOST=0.0.0.0 TOKEN=abc123 NODE_ENV=production
docker run -it --rm -e PORT=5000 -e HOST=0.0.0.0 -e TOKEN=abc123 -e NODE_ENV=production -p 5000:5000 devldn.ca
cp .env.example .env
npm install
npm start
This project is built with Create React App
This project uses:
husky
to run githookslint-staged
to run scripts on staged files on git (learn more)prettier
to auto-format our jsstylelint
to lint our scss- Lindua icons
- Google font: Teko