0.1.1-1 • Published 6 years ago

generator-web-app-fnstack v0.1.1-1

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

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