MS

Project setup

From the root directory, please follow below commands to run the project in development mode.

npm install

Compiles and hot-reloads for development

npm run serve
ReactDOM.render(
  <h1>Hello, world!</h1>,
  document.getElementById("root")
);
const array = () => {
  console.log("Hello");
};

To run tests

npm run test