Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 592 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 592 Bytes

Razzle Boilerplate

Quick Start

If you want to contribute to this project, please fork this repository.

cd razzle-boilerplate
git checkout main
yarn
yarn start

Open at localhost:3000

Look for files in

  • src/server.js
  • src/Home.js
  • src/App.js
  • src/data/
  • src/api/

Why is this for?

To help create app faster for fullstack FE-BE in Javascript

Tech behind this app

You can learn more about tech stacks that we used by visiting their documentations.