Skeleton for a Typescript + React project including Jest for testing.
- Node 18+
npm i
ormake init
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits. You will also see any lint errors in the console.
Builds the app for production to the build
folder.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
Runs a CI process -- install, build, test.
When forking this project, this command makes it easy to replace "Skeleton UI" references with new values, given as PACKAGE
and TITLE
:
make rebrand PACKAGE=new-app TITLE="New App"
MIT