Skip to content

Template for a React App powered by SWC (speedy web compiler).

License

Notifications You must be signed in to change notification settings

LukeGeneva/swc-react-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SWC React Template

A template for quickly getting a React project up and running using the SWC compiler.

Installing

Please refer to the installation section of the SWC project website. It contains appropriate installation instructions based on the operating system you are using.

Getting Started

Start by cloning this repository.

git clone https://github.com/LukeGeneva/swc-react-template.git <your-project-path>
cd <your-project-path>

Remove the .git directory and then initialize your own.

rm -rf .git
git init

You can alter the package.json file to suit your needs. This may be as simple as running:

npm init

Install packages

npm install

The template uses webpack and comes packaged with webpack-dev-server. You can start the dev server by running:

npm start

Contributing

PRs welcome! 😃

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Template for a React App powered by SWC (speedy web compiler).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published