Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.04 KB

README.md

File metadata and controls

41 lines (27 loc) · 1.04 KB

Boilerplate

Boilerplate for pet projects

I've made this boilerplate from scratch to use it for new projects

Tech stack

React TypeScript Webpack ESLint Docker Nginx

You can click on button "Use this template" to start new project with this template

Installation

npm install

Run the app

npm start

Create build

npm run build

Create and run container

docker compose up