/react-bootstrap-template

React, Typescript, Bootstrap, Storybook, Eslint, Prettier, Jest, React testing library.

Primary LanguageTypeScriptApache License 2.0Apache-2.0

react-bootstrap-template

About

Template to work with:

  • Bootstrap
  • React
  • Typescript
  • Eslint
  • Jest | RTL
  • Storybook

Features

  • Bootstrap with classes.
  • Unitary test with jest and storybook.

Requirements

Before starting 🏁, you need to have Git and Node installed.

Starting

# Clone this project
$ git clone git@github.com:Thiago-spart/react-bootstrap-template.git

# Access
$ cd react-bootstrap-template

# Install dependencies
$ npm i

# Run the project in developer mode
$ npm run dev

# The server will initialize in <http://localhost:3000>

License

This project is under license from Apache. For more details, see the LICENSE.

Made with ❤️ and ☕

Back to top