Skip to content

atlas-jswank/atlas-react-intro

Repository files navigation

Getting Started

Node Setup

This app was built with node v20. If you are using nvm you can switch the correct node version:

$ nvm install && nvm use

Install node dependencies:

$ npm i

Start the dev server:

$ npm run dev

React + Vite

  • This workbook provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
  • @vitejs/plugin-react uses Babel for Fast Refresh