An app where you can tweet about DexFreight to your heart's content
- Git
- Node.js version 10.15.3. Similar versions will probably work. It can be installed by means of NVM.
- MongoDB. The database service should be running on port
27017
(the default) and not use authentication. - A modern web browser
- Some command-line knowledge
git clone https://github.com/e18r/social-freight.git
cd social-freight
npm i
- Run
npm start
- Point your browser to http://127.0.0.1:8080
- Enjoy!
- Run the tests and the linter:
npm test
- Run the tests only:
npm run baretest
- Run the linter only:
npm run lint
- Run the backend:
npm run backend
- Run the front end:
npm run frontend