It's just like Tinder, but for programmers.
We use MERN stack for developing this project. Join our slack for communications: https://moscow-freecodecamp.slack.com and join our https://facebook group for meetups: facebook.com/groups/free.code.camp.moscow
- Install mongodb: mongodb.com/download-center
- Install node.js: nodejs.org/en/download/
- Not required, but recommended Install yarn: yarnpkg.com/lang/en/
1. git clone https://github.com/moscow-freecodecamp/fluffy-spoon.git
2. npm install
or
2. yarn
3. mongod
4. npm start
npm run start
- starts the development server with hot reloading enablednpm run bs
- bundles the code and starts the production servernpm run test
- start the test runnernpm run watch:test
- start the test runner with watch modenpm run coverage
- generates test coverage reportnpm run lint
- runs linter to check for lint errors