generator-mussia

1.1.8 • Public • Published

Yeoman Generator for React projects

Build Status

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-mussia

This 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-name

Run MongoDB

npm run start:mongo

Run project:

npm start

And build what ever you desire. For more information about the boilerplate

License

Copyright © Yuri Krupnik | The MIT License

Dependents (0)

Package Sidebar

Install

npm i generator-mussia

Weekly Downloads

2

Version

1.1.8

License

ISC

Unpacked Size

116 kB

Total Files

126

Last publish

Collaborators

  • yurikrupnik