1.1.7 • Published 1 year ago

create-cwr-project v1.1.7

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

CREATE-CWR-PROJECT

The React Template for Codewave

CCP (create-cwr-project) is a pre configured React Template with webpack and babel to create a react web application quicker.

Documentation is Here

  • Pre configured with webpack and babel
  • Auto sass complier
  • configured with eslint and prettier

Features

  • Manually confidured with babel and webpack
  • Well folder structure
  • Routing implemented
  • Private Routing implemented
  • Redux store implemented with Redux Thunk
  • Pre configured with eslint and prettier for maintain coding structure across the systems
  • Pre configured with husky to prevent wrong code to commit into git
  • Pre configured with Jest and React Testing Library for unit testing

Installation

create-cwr-project requires Node.js v10+ to run.

npx create-cwr-project <projectName>

For build a production build

npm run build

Development

It has everything configured whatever you need to dive into development faster.

Open your favorite Terminal and run these command.

creation command:

npx create-cwr-project <projectName>

It will set up everything for you and also initalize a blank git repo. Then do the basic steps to setup git and that's pretty much it.

Building for source

For production release:

npm run build

Test

It has configured with Jest and React Testing Library. It will automatically create the coverage as well.

command:

npm run test

License

MIT

Happy Coding, Codewavers!

1.1.7

1 year ago

1.1.6

1 year ago

1.1.5

1 year ago

1.1.1

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.0

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago