Get Started

Prerequisites

Node.js Installed: Before starting with Neureact, you should have Node.js installed on your system. Node.js is a JavaScript runtime that allows you to run JavaScript on your server or your machine. It comes with npm (Node Package Manager) that makes it easy to manage JavaScript dependencies in your projects.

Basic JavaScript syntax: Neureact, uses ReactJs and NeutralinoJs, which is based on JavaScript. Therefore, you should be comfortable working with variables, arrays, objects, loops, and functions in JavaScript.

Creating a NeuReact Application

Use the following command to create a new app

Terminal

> npx create-neureact-app

Enter a name for your project

This name will also be used to create a new folder for your project

Terminal

> What is your project named?

(my-app)

Choose if you want to use Typescript

Terminal

> Would you like to use typescript?

(Yes/No)

Now your NeuReact application is read

Happy coding! 🚀

Run your application in development mode

This will open a new development window.

you can also use localhost:3000 in browser to view the application in browser.

Terminal

> npm run dev
Build your NeuReact application

This will export your application to all the available platforms.

Terminal

> npm run build

Made with ❤️ by Kasmira Wijayathunga