TernopilJS VoteApp
An example MeteorJS project for TernopilJS school.
How to install
git clone https://github.com/alonoslav/voteapp-clone
- open
settings.json
file and updatesuperUser
field - for the first time run
meteor npm install
npm start
- to start your project
Tools
- Meteor
- React
- ReactRouter v3.0.5
- react-md - CSS framework
- react-flexbox-grid - grid system for React
- eslint
Scripts
npm start
- start a projectnpm run lint
- check your project for linting errors