How do I build it into static HTML, CSS, JavaScript assets?
Pretty much that's my question. I am using a PHP based application and I would like to use the current Yarn app in PHP. How should I be converting this into pure HTML, CSS, JavaScript?
Download a copy of files in your computer and extract the contents of the zip file.
Make sure that you have node.js and npm installed on your computer
Open a Terminal (or commandline) and Navigate to the extracted folder
Run the following commands:
npm install
npm start
After it is done, go to the "dist" folder and you will find pure HTML, CSS, and JavaScript files.
does this mean i can use ' pure HTML, CSS, and JavaScript files" in my django developement?
Yes, you can use those files in combination with any technologies that supports HTML, CSS, and JavaScript! I don't personally have any experience developing python web applications, but I assume it is OK!
thank you very much i do some research and found what every tech it use to dev. i just build it to html,css,javascript and then i can inject python or django code into it. what a cool.