- nodejs >= 10.16.3
- yarn >= 1.9.0
Copy the db.example.json file in __fake-baskend__ folder and rename it to db.json.
# Install packages
yarn installyarn run fake-backendServer will start on localhost:3000.
# Start server locally
yarn startApplication will be opened automatically on localhost:8080.
# Linter
yarn run lint# run teste
yarn run test
# test coverage
yarn run test:coverage
# watch changes
yarn run test:watch# Build for production
yarn run buldThis project is licensed under the MIT License - see the LICENSE file for details.
