Skip to content

React&TypeScript boilerplate using Recoil, Emotion. It was built using webpack and babel(or swc) without CRA.

License

Notifications You must be signed in to change notification settings

telbby/react-recoil-emotion-boilerplate

Repository files navigation

React Recoil Emotion Boilerplate

React&TypeScript boilerplate using Recoil, Emotion. It was built using webpack and babel without CRA.

Prerequisites

Features

Getting Started

Installation

$ npx degit https://github.com/telbby/react-recoil-emotion-boilerplate <project name>
$ cd <project name>
$ yarn install

Development server

Webpack dev server runs at localhost:8080.

$ yarn dev

Production build

Build outputs are created in build.

$ yarn build

Test

The test environment was built using the jest and react testing library.

$ yarn test
$ yarn test:watch
$ yarn test:coverage

Lint

It uses eslint and pretier and follows the rules of airbnb.

$ yarn lint
$ yarn lint:fix
$ yarn prettier:write

About

React&TypeScript boilerplate using Recoil, Emotion. It was built using webpack and babel(or swc) without CRA.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published