Skip to content

baadal/starterjs.dev

Repository files navigation

starterjs.dev

This repo contains the source code and documentation powering starterjs.dev.

Starter.js

Starter.js is an opinionated lightweight starter kit for building Modern Web Apps using React. It comes with all the modern tooling, which one can directly configure. Starter.js is framework-agnostic, i.e. it does not depend on any particular React framework. If you would like to work within a framework, you can check out Next.js or Gatsby.js.

Running locally

You can run the site in this repo on your local machine.

git clone https://github.com/baadal/starterjs.dev.git
cd starterjs.dev && npm install
npm start

Now, open http://localhost:5000 in your browser. You will see the site running locally.

You can run the site in production mode using npm run start:prod command.

Contributing

You are welcome to contribute to this repo and help us improve the documentation on the site. All the documentation currently exists in the /web/pages/docs/ folder.

If youy face any issues, feel free to raise an issue on this GitHub repo.