Bullet Jouranl
These instructions will get you a copy of the project up and run on your local machine for development and testing purposes.
For development, you will only need Node.js installed on your environment.
$ git clone https://github.com/whitzhu/bulletjournal.git
$ cd bulletjournal
$ npm install
npm run dev
npm run build
npm run test
- React - Frontend Framework
- SASS - Styling
- Express - Server Framework
- Node - Server
- MongoDB - Database
- Webpack - Module Bundler
- Grunt - Task Runner for PostCSS processing, minification, and compilation
- Airbnb ESLint - Linting
- Mocha - Testing Framework
- Enzyme - Testing Uilities for React
- Whitney Zhu
See also the list of contributors who participated in this project.