JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 22
  • Score
    100M100P100Q49118F
  • License ISC

Yeoman generator for React with an Express server

Package Exports

  • generator-mussia

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (generator-mussia) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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