This is a boilerplate project for building a TypeScript + React + SCSS + Webpack web application.
- Clone this repository to your local machine.
- Run
npm install
to install the project dependencies.
- Run
npm start
to start the development server. - Navigate to
http://localhost:3000
in your web browser to view the application.
- Run
npm run build
to build the application. - The built files will be located in the
dist/
directory.
- Fork this repository to your own GitHub account and then clone it to your local device.
- Create a new branch and make your modifications.
- Push your branch to your fork and submit a pull request.
This project was built using the following technologies:
- TypeScript
- React
- SCSS
- Webpack
This project is licensed under the MIT License.