This branch is a version that works exclusively in node environment, The web version itself, web and node versions sources is available at branch hyperlink: web-version.
This is not really an attempt to make a faster and more minimal version of React, but rather to try and understand how React, virtual dom and JSX work.
Warning
This small and very unstable version is not recommended, but you can use it to create small websites.
- Clone this repository
git clone https://github.com/spelsinx/atomicand go to the directory itself usingcd atomic. - Download all dependencies
npm installas wellnpm install -g @babel/core @babel/cli webpackthennpm i atomic-nodejs style-loader css-loaderalsonpm i @babel/preset-env @babel/preset-react babel-loader. - Modify the src if you wish, and build src using
npm run buildand actually run the bundle (build dir.) usingnpm run startof course your site will be running locally and you can see it at the address in your browser:localhost:3000.
All documentation on methods, requests, and additional information is on the Wiki.
This information is distributed for informational purposes. We are not trying to offend anyone. For more information go to the file LICENSE.