This project is to create a codebase for every app use stack Meteor + React + Material-UI.
Link to Demo
Ensure that you have git
and meteor
installed.
git clone https://github.com/manhhailua/meteor-react-mui-starter-app.git
cd meteor-react-mui-starter-app/
meteor npm install
meteor
Now you are good to go developing your new app.
Current testing stack is: Mocha - Chai - Enzyme.
To start testing as you type:
meteor npm run test
In case you want to run the test just once:
meteor npm run test:once
SASS was integrated into this repo. So, you can use sass or pure css in your own way.
Manh Pham manhhailua@gmail.com
MIT