generator-mussia
v1.1.8
Published
Yeoman generator for React with an Express server
Downloads
17
Maintainers
Readme
Yeoman Generator for React projects
Yeoman generator for creating Client or Fullstack applications, using ES2017, MongoDB, Express, React, and Node - built upon modules from React Boilerplate
Yeoman is a generic scaffolding system allowing the creation of any kind of app. It allows for rapidly getting started on new projects and streamlines the maintenance of existing projects.
Get started
Install yo and generator-mussia
npm i -g yo generator-mussiaThis will install yo and our generator on your local machine.
Usage
Run mussia generator:
yo mussia [your-app-name]This will create your-app-name folder in your pwd.
Generate your selected project.
Install node_modules
Please Note: Incase of bcrypt installation, see bcrypt Version Compatibility table.
Package version depends from node version, adjust package.json accordance.
cd your-app-nameRun MongoDB
npm run start:mongoRun project:
npm startAnd build what ever you desire. For more information about the boilerplate
License
Copyright © Yuri Krupnik | The MIT License
