Skip to content

jaredmcgrath/esbuild-react-app-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

esbuild boilerplate

Tested on Node 14.x, 16.x

setup: npm i

Start dev server: npm start or npm run start

Make build: npm run build

Serving build requires:

  • npm serve package installed: npm i -g serve
  • jq command line utility here
    • MacOS: brew install jq
    • Linux: ...

Run (production mode, linux/mac only): ./entrypoint.sh

About

Some boilerplate for React App + esbuild

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published