generator-web-app-fnstack

0.1.1-1 • Public • Published

generator-web-app-fnstack

Yeoman generator for ReactJS that will help you to quickly set up a ReactJS project using ant design, react-apollo and Webpack 4.

About

Generator-web-app-fnstack will help you build new React projects using modern technologies.

Out of the box it comes with support for:

  • Webpack 4
  • Typescript
  • Graphql vi react-apollo
  • Ant design
  • Babel
  • Different supported style languages (scss, less)
  • Automatic code linting via tslint, esLint and lint-staged

Installation

# Make sure both is installed globally 
npm install -g yo
npm install -g generator-web-app-fnstack

Setting up projects

# Create a new directory, and `cd` into it: 
mkdir my-new-project && cd my-new-project
 
# Run the generator 
yo web-app-fnstack

Usage

The following commands are available in your project:

# Start for development 
yarn start
 
# Build production version and start dist server 
yarn build
 
# Lint all files in src (also automatically done AFTER tests are run) 
yarn lint
 
# Clean up the dist directory 
yarn clean-dist

License

MIT license

Dependencies (14)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i generator-web-app-fnstack

    Weekly Downloads

    2

    Version

    0.1.1-1

    License

    MIT

    Unpacked Size

    7.11 MB

    Total Files

    94

    Last publish

    Collaborators

    • bonheury