nicks-react-boilerplate
v1.4.2
Published
A React Boilerplate using Typescript, Webpack
Downloads
8
Readme
Nick's React Boilerplate
Welcome to My React Boilerplate! This project provides a starting point for building React applications with TypeScript, webpack, vitest and other essential tools.
Getting Started
Prerequisites
Before you begin, ensure you have the following installed:
Installation
Create the boilerplate:
npx nicks-react-boilerplate <directory-name>
Navigate to the project directory:
cd <directory name>
Start the development server
yarn dev
Visit http://localhost:8080 in your browser to view the app.
Build for Production
yarn build
The production build will be available in the dist directory.
Configuration Edit webpack.config.js for webpack configurations. Customize TypeScript options in tsconfig.json. Contributing If you'd like to contribute or report issues, please follow our contribution guidelines.
License This project is licensed under the MIT License - see the LICENSE file for details.