Skip to content

jorilindell/postit-react

Repository files navigation

React Boilerplate

Build Status Test Coverage Code Climate License Gitter

React Boilerplate by Nord Software.

Why do I want this?

As you probably know, there are numerous boilerplates avaliable for React, so you might be wondering why you would want to use ours. Most of the boilerplate projects come with a lot of code that you rarely need. Our boilerplate provides you with a great starting point for any React project with as few lines of code as possible, especially if you want to use Flowtype. We strive to remove any code that turns out to be unnecessary.

How do I use this?

You can find our documentation here.

What's in the box?

Usage

Create project

Install create-project and create your project.

npm i -g create-project
create-project my-project nordsoftware/react-boilerplate

Install dependencies

Install the project dependencies using Yarn.

yarn

Development server

You can start the development server with the start script.

yarn start

Distribution build

You can compile the distribution build with the compile script.

yarn run compile

Test

Test suite

You can run the test suite with the test script.

yarn test

Protip: You can also run the test suite in watch mode with the test:watch script.

Coverage report

You can generate the test coverage report with the test:coverage script.

yarn run test:coverage

Protip: You can also generate the test coverage report in HTML with the test:coverage-html script.

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published