1.0.2 • Published 3 years ago

@easy-react/cli v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

EasyReact CLI

EasyReact CLI is a tool for creating React applications. It uses a simple template, and the minimum dependencies necessary to run a new application.

Usage

To create your applications, simply run

easy-react project-name

It will create a folder containing the files you need to start to write your application. Now you can enter the folder and run

npm run start

Composition

  • .babelrc: Minimal configuration necessary to babeljs
  • package.json: Contains information about your project, including its dependencies
  • tsconfig.json: TypeScript language configuration file
  • webpack.config.js: Minimal configuration necessary to webpack
  • dist/: Folder containing your deployable application. The content inside this folder is ready to deploy.
  • src/: Folder containing your source code. There is a template code using TypeScript by default, but you can simply change the files' extensions to .jsx or just .js.

Changelog

  • Removed easy-server
  • Removed Electron support (It will be added back later)
  • Added TypeScript by default
  • Added Styled Components by default
  • Added Webpack configuration for profiling

Plans for the future

  • Add Storybook by default
  • Add Jest testing suite by default
  • Add Electron support to the CLI by using the --electron flag
1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.1.9

5 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago