Skip to main content

Welcome

This is a documentation of blueprint-web-react page. This docs will explain about how to write code with WIT Indonesia standardization, how we manage data and some references about our structure. Feel free to customize this docs, specially about how implement the best practice to use React.

Getting Started

This project is like a template or blueprint for the WIT project standard. Every frontend developer who will use React, must follow this structure.

Preflight

To run on your local machine, you need some tools to go, to run your project and install some dependencies.

  • Node.js version 14 or above:
    • When installing Node.js, you are recommended to check all checkboxes related to dependencies.

Let's Fly

  • First of all you need to clone the project repository from this link
  • Go to the project folder, open from the terminal or command line you prefer to use
  • Install the dependencies. We recommend you to using pnpm or yarn as a package manager. But if you have another option better, that would be appreciated.

Use this for pnpm

pnpm install

and use this for yarn

yarn

or

yarn install
  • After the installation is completed, simply run this command
pnpm run dev

or

yarn run dev