Skip to content

vadimfrolov/Boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

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